home *** CD-ROM | disk | FTP | other *** search
- /*
- * file: Instrument Editor Filing.h
- *
- * started 12 January 1992 16:45
- * david van brink
- *
- */
-
- /*--------------------------
- Inclusions
- --------------------------*/
-
- #include <Files.h>
-
- /*--------------------------
- Constants
- --------------------------*/
-
- #define kCreatorFileType 'InEd'
- #define kDocumentFileType 'IEDo'
- #define kDocumentResType 'IEDo'
- #define kInstrumentListResType 'IELo'
-
- /*--------------------------
- Prototypes
- --------------------------*/
-
- void OpenDoc(short n,short item, short ref);
- short SaveDoc(short n,short item, short ref);
- short SaveAsDoc(short n,short item, short ref);
-
- void OpenDocSpec(FSSpec *fSpec);
-
-